home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / Support / FlyBox.swf / scripts / DefineButton2_266 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-04-15  |  418 b   |  23 lines

  1. on(release){
  2.    if(eval("_root:SoundOff") == 0)
  3.    {
  4.       tellTarget("_root.ButtonPress")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    if(eval("_root:Password") == "")
  10.    {
  11.       gotoAndStop(38);
  12.    }
  13.    else
  14.    {
  15.       DownloadingText = "";
  16.       IncludeEMail = 0;
  17.       IncludeName = 0;
  18.       set("_root:Finished","F");
  19.       getUrl("GetUploadAnecdotes", "");
  20.       gotoAndPlay(3);
  21.    }
  22. }
  23.